C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / Item Property
The index.

In This Topic
Item Property (C1GroupDataCollection<S>)
In This Topic
Gets the element at the specified index in the read-only list.
Syntax
'Declaration
 
Public Overridable ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Object
 

Parameters

index
The index.

Property Value

The item at the specified position.
See Also